Instance 5
adding="3" cellspacing="0" bgcolor="#ffffff">
Class440.constructFieldWithBrowseButton(final JComponent aComponent,final ActionListener aActionListener,int delta)#0{
result.add(aComponent, new GridBagConstraints(0, 0, 1, 1, 1, 0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0,0));
FixedSizeButton browseButton = new FixedSizeButton(aComponent.getPreferredSize().height - delta);//ignore border in case of browse button
TextFieldWithBrowseButton.MyDoClickAction.addTo(browseButton, aComponent);
}
|
|